Move grub config into xen-hypervisor-common
authorHans van Kranenburg <hans@knorrie.org>
Fri, 23 Feb 2018 16:52:02 +0000 (17:52 +0100)
committerHans van Kranenburg <hans@knorrie.org>
Fri, 23 Mar 2018 15:16:08 +0000 (16:16 +0100)
commit4a79ad5b9c3fbaf5b1e5086dd2e334bb3aca6ebe
tree160cfc73097552f88ad8358a558e66944f455e1d
parent8ac6587c1a544193214e66c7177539078a3e8f9c
Move grub config into xen-hypervisor-common

The grub config snippet is not arch dependent, neither version
dependent, so it has to move into a 'common' package.

The packages with a version number in their name only have contents that
do not conflict with a previous or next version. Having this file in the
version dependent xen-hypervisor package currently prevents us from
being able to co-install the current and next version of Xen.

Since users who install the whole set of hypervisor and utils via the
meta package undoubtedly also want to get the example grub config,
always install the xen-hypervisor-common package in that case, even if
the user ignores Recommends (like I always do).

Also see #852545

Signed-off-by: Hans van Kranenburg <hans@knorrie.org>
debian/.gitignore
debian/changelog
debian/rules.real
debian/templates/control.hypervisor.in
debian/templates/control.main.in
debian/templates/control.system.latest.in
debian/tree/xen-hypervisor-common/etc/default/grub.d/xen.cfg [new file with mode: 0644]
debian/xen-hypervisor-4.8.xen.cfg [deleted file]
debian/xen-hypervisor-common.install [new file with mode: 0644]